ValueRange Properties

Properties

ControlImplementation Contains an identifier for a control element.
EventListeners
(Inherited from Control)
ID Contains an identifier for a control element.
MaximumValue Specifies the maximum value that a user can enter.
MinimumValue Specifies the minimum value that a user can enter.
Name Contains an identifier for a control element.
Orientation Specifies the orientation of a control. The defined values are: -horizontal: control is oriented horizontally. -vertical: control is oriented vertically.
PageStepSize Specifies the second-level increment used for a control representing a value.
Properties
(Inherited from Control)
RepeatDelay Specifies the time-out to be used before a pressed mouse button results in repeating an action.
StepSize Specifies the increment used for a control representing a value.The default value for this attribute is 1.
Value Specifies the default value of an input control.

See Also